home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1993 November
/
JCSM Shareware Collection - 1993-11.iso
/
cl280
/
ezbankgj.lzh
/
EB_DSK_A.EXE
/
HINST.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-03-24
|
1KB
|
37 lines
ECHO OFF
CLS
ECHO HELLO!....
ECHO.
ECHO A hard disk installation will be done.
ECHO A directory DUROL will be created on drive "C:"
ECHO and all files will be transferred to it.
ECHO press enter to continue or press Ctrl-Break
ECHO (Ctrl-C) and then "Y" to stop this installation
ECHO -----------------------------------------------
ECHO.
PAUSE
CLS
ECHO PLEASE WAIT . . . .
ECHO ON
MD DUROL
COPY A:*.* C:\DUROL/V
del c:\durol\eb.bat
ECHO OFF
CLS
ECHO.
ECHO And now remove EB disk "<A>" from drive "A:"
ECHO and insert EB disk "<B>" into drive "A:"
ECHO All files will be transferred to the DUROL
ECHO directory that was just created
ECHO press enter to continue or press Ctrl-Break
ECHO (Ctrl-C) and then "Y" to stop this installation
ECHO -----------------------------------------------
ECHO.
PAUSE
CLS
ECHO PLEASE WAIT . . . . .
ECHO ON
COPY A:*.* C:\DUROL/V
ECHO OFF
EB.bat